create-app
Purpose
The starting point for Grails. This command creates a Grails application and requires the user to specify the application name. A subdirectory within the directory the command was executed from is then created based on the entered application name.
Examples
grails create-app bookstore
cd bookstore
Description
Usage: